<< Back to Properties Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Server Error in '/' Application.
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Source Error:
Line 404: Dim dt As New DataTable
Line 405: Dim da As New SqlDataAdapter(Cmd)
Line 406: da.Fill(dt)
Line 407: da.Dispose()
Line 408: Return dt